﻿input.ng-pristine + ul#strength {
    display: none;
}

body {
    background-color: transparent;
    /*background-image: url('../img/background-opacity-04.png');*/
    background-position: 5% 130px;
    background-repeat: no-repeat;
}

ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

#footer {
    position: fixed;
    bottom: 5px;
}

.clickable {
    cursor: pointer !important;
}

tr.clickable:hover {
    background-color: rgba(98, 128, 120, 0.30);
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(even) > td {
    background-color: transparent;
}

.table-striped > tbody > tr:hover > td {
    background-color: transparent;
}

.navbar-brand img {
    max-height: 71.81px;
    width: 400px;
}

.font-bold {
    font-weight: bold;
}

/*.settings.active {
    left: -1px;
}

.settings {
    top: 170px;
    width: 350px;
    left: -240px;
}

.settings > .btn {
  right: -42px;
}*/


.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
}

.progress .bar {
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}

.form-group > label {
    font-weight: bold;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        width: 100%;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: rgba(238, 241, 243, 0.31);
    opacity: 1;
}

tr.selected, tr.clickable.selected {
    background-color: rgba(98, 128, 120, 0.60);
}

.tab-inner-body {
    border-left: 1px #DEE5E7 solid;
    border-bottom: 1px #DEE5E7 solid;
    border-right: 1px #DEE5E7 solid;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 7px;
}

.panel-box-icon {
    min-height: 50px;
}

.panel-box-application {
    min-height: 60px;
}

.panel-box-application-md {
    min-height: 40px;
}

.box-icon {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    border-radius: 2px;
}

    .box-icon.rounded {
        border-radius: 50%;
    }

.w-tiny {
    width: 40px;
}

.w-tiny-xs {
    width: 20px;
}

.w-tiny-xxs {
    width: 10px;
}

.w-tiny-xxxs {
    width: 5px;
}

textarea {
    resize: vertical;
}

/*#accordion {
list-style: none;
margin: 30px 0;
padding: 0;
height: 100%;
overflow: hidden;
background: #7d8d96;}*/

#accordion {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: #666;
    overflow: auto;
    border-radius: 1px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}


    /*#accordion li {
float: left;
border-left:
display: block;
height: 100%;
width: 50px;
padding: 15px 0;
overflow: hidden;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 1px solid #fff;

}*/

    #accordion li {
        position: relative;
        display: block;
        float: left;
        width: 2em;
        height: 100%;
        margin: 0 0 0 0;
        color: #333;
        background-color: #333;
        overflow: hidden;
        border-radius: 3px;
    }



        #accordion li h2 {
            position: absolute;
            font-size: 1em;
            font-weight: bold;
            width: 12em;
            height: 2em;
            top: 12em;
            left: 0;
            text-indent: 1em;
            padding: 0;
            margin: 0;
            color: #ddd;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        #accordion li,
        #accordion li h2 {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

.footer-left ul {
    overflow: auto;
    padding: 0;
}

    .footer-left ul li {
        list-style-type: none;
        float: left;
    }

i.fa.fa-facebook {
    background-color: #3b5998;
}

i.fa.fa-linkedin {
    background-color: #007bb6;
}

i.fa.fa-twitter {
    background-color: #00aced;
}

i.fa.fa-google-plus {
    background-color: #dd4b39;
}

.footer-left ul li a i {
    background-color: #205D7A;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}

    .footer-left ul li a i:hover {
        opacity: .7;
    }

.footer.a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.custom-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.index-loading {
    text-align: center;
    margin-top: 50px;
}

.header-sighscreen {
    position: fixed;
    width: 100%
}

@media (max-width: 767px) {
    .header-sighscreen {
        position: relative;
        width: 100%
    }
}

.table-small-view {
    width: 80%;
}
/*PORTAL*/
.navbar-default .navbar-nav > li > a {
    font-family: "Open Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #333 !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1;
    text-decoration: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nav > li > a:hover {
    color: #ffad2d !important;
}
.navbar-header {
    /*padding: 20px 0px;*/
    width: unset !important;
}
.navbar {
    /*border-bottom: 2px solid #FFAD2D !important;*/
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 9%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
@media (min-width: 768px) {
    #navbar, .navbar-default {
        background: #ffffff !important;
    }
}
.container-fluid {
    margin: 0px auto;
    width: 90% !important;
}
@media (max-width: 767px) {
    .container-fluid { 
        width: 100%!important;
    }
    .navbar-collapse{
        min-height:100vh;
    }
    .navbar-toggle, .navbar-brand {
        display: inline-block;
    }

    .navbar-brand {
        float: unset !important;
        padding: 0px;
    }

        .navbar-brand > img {
            max-width: 235px !important;
        }

    .navbar-header {
        /*padding: 20px 0px;*/
        width: 100% !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: transparent !important;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #db9506 !important;
            color: #FFFfff !important;
        }
        
}

@media (max-width: 1200px) {
    .navbar {
        position: static !important;
        padding-top: 0 !important;
        height: auto !important;
    }

    .navbar-header {
        padding-top: 15px;
    }
}

.card {
    background-color: #FFFFFF!important;
}
.elementor-heading-title {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}